Carbon


EqualPt

Header: Quickdraw.h Carbon status: Supported

Determines whether the coordinates of two given points are equal.

Boolean EqualPt (
    Point pt1, 
    Point pt2
);
pt1

The first of two points to be compared.

pt2

The second of two points to be compared.

function result

TRUE if the coordinates of the two points are equal, or FALSE if they are not.

DISCUSSION

The EqualPt function compares the points specified in the pt1 and pt2 parameters and returns TRUE if their coordinates are equal or FALSE if they are not.

AVAILABILITY

Supported in Carbon. Available in CarbonLib 1.0 and later when InterfaceLib 7.1 or later is installed. Exported by CarbonLib 1.0 and later and by InterfaceLib 7.1 and later.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)